home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 929 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  804 b 

  1. Path: News.KnK.com!dean
  2. From: dean@KnK.com (Matthew Dean)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Faster FILE subroutines in standard C?
  5. Date: 8 Jan 1996 14:09:15 GMT
  6. Organization: Kash N' Karry
  7. Message-ID: <4cr8ib$c23@inetgw.knk.com>
  8. References: <4cflbt$d4h@sunburst.ccs.yorku.ca> <4cges0$kqi@news1.usa.pipeline.com>
  9. NNTP-Posting-Host: lexington-bf0.knk.com
  10.  
  11. I have wrote several scanners/parsers and would have to agree with the original
  12. poster to some extent.  Although I have found that the file i/o functions in the 
  13. standard C library have been written for portability and not speed.  I believe 
  14. that if you try to combine some of the concepts in Chapter 1 of "The Zen of Code
  15. Optimization" with your windows program that you are writting to read you
  16. phonebook, you could achive a good mix of both.
  17.